home *** CD-ROM | disk | FTP | other *** search
/ Micro Dingo 39 / Micro_Dingo_39_CD1.mdx / Delires / Hentai / sim.swf / scripts / DefineButton2_672 / BUTTONCONDACTION on(release).as
Text File  |  2002-05-21  |  415b  |  30 lines

  1. on(release){
  2.    stopAllSounds();
  3.    count = 0;
  4.    countt = 0;
  5.    counttt = 0;
  6.    countttt = 0;
  7.    luck = random(20);
  8.    if(3 >= luck)
  9.    {
  10.       mood = 100;
  11.       cond = 2;
  12.    }
  13.    else if(7 >= luck)
  14.    {
  15.       mood = 20;
  16.       cond = 0;
  17.    }
  18.    else if(11 >= luck)
  19.    {
  20.       mood = 100;
  21.       cond = 1;
  22.    }
  23.    else
  24.    {
  25.       mood = 100;
  26.       cond = 0;
  27.    }
  28.    gotoAndStop(3366);
  29. }
  30.